home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gui / muibuilderv11.lha / muibuilder / mb / c / Click.h < prev    next >
C/C++ Source or Header  |  1994-03-06  |  230b  |  13 lines

  1. struct ObjApp
  2. {
  3.     APTR    App;
  4.     APTR    WI_try;
  5.     APTR    TX_label_0;
  6.     APTR    BT_1stbutton;
  7.     APTR    BT_2ndbutton;
  8.     APTR    BT_3rdbutton;
  9.     char    *STR_TX_label_0;
  10. };
  11.  
  12. extern struct ObjApp * CreateApp( void );
  13. extern void DisposeApp( struct ObjApp * );